home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue70 / DBEX / Listing1.pas next >
Encoding:
Pascal/Delphi Source File  |  2001-04-30  |  170 b   |  5 lines

  1. SQLConnection1.GetFieldNames(
  2. ListBox1.Items[ListBox1.ItemIndex], ListBox2.Items);
  3. SQLConnection1.GetIndexNames(
  4. ListBox1.Items[ListBox1.ItemIndex], ListBox3.Items);
  5.